home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / pc_dcl.zip / README.1ST < prev    next >
Text File  |  1992-01-10  |  3KB  |  83 lines

  1. µDCL - DCL Emulator V0.1 (10-JAN-1992)
  2. By Michel Valentin
  3.  
  4.  
  5.  
  6.  
  7. *   What is µDCL ?
  8.  
  9.         µDCL is a small DCL-like command interpreter.
  10.         
  11.         You may use it as a command shell if you need some features
  12.         lacking in MSDOS (like COPY /SINCE or DEL /CONF).
  13.         You may also use it if you want to build procedure files in
  14.         a more powerful language than batch.
  15.  
  16.         I wrote µDCL just for the fun during my holydays and anyone who
  17.         likes it is free to use  or distribute it (provided that no fee
  18.         will be charged).
  19.  
  20.         I have been treating it more like a curiosity than a serious tools
  21.         although I did my best to make it workable but if anyone wants to 
  22.         use it on a more regular basis, i will do the effort to enhance 
  23.         and debug it properly.
  24.  
  25.         Anyway, enjoy µDCL like I enjoyed making it !
  26.  
  27.  
  28.  
  29. *   INSTALLING µDCL
  30.  
  31.         To install µDCL perform the following command at the DOS prompt:
  32.  
  33.         XCOPY S: T:\DCL /S
  34.  
  35.         where S: is the source disk 
  36.               T:\DCL is the target disk and directory
  37.  
  38.         You can choose any directory name, but a subdirectory named
  39.         HELP will be created. (It is necessary to run the HELP command).
  40.  
  41.  
  42. *   RUNNING µDCL
  43.  
  44.         Type DCL at the dos prompt to get the µDCL command prompt or
  45.         type DCL dcl-command to invoke µDCL to execute the specified
  46.         command and exit.
  47.  
  48.         Ex: DCL @ABC.DCL  will run the procedure file named ABC.DCL,
  49.         and return back to MSDOS.
  50.         
  51.         Note that DCL.EXE need not to be in the DOS path.
  52.  
  53.         To exit µDCL, type the LOGOUT command.
  54.  
  55.         To get help, type the HELP command. 
  56.  
  57.         At startup, µDCL will search it's home directory (the directory 
  58.         where DCL.EXE is located)  for  a  file named LOGIN.DCL (or any
  59.         other  file   extension defined  in  the DCL.INI file) and will 
  60.         run it before running any other command.
  61.  
  62.         At logout it will do the same with a file named LOGOUT.DCL.
  63.  
  64. *   FILES 
  65.  
  66.         The following files are present on the µDCL diskette :
  67.  
  68.         o README.1ST    -       This file.
  69.         o DCL.EXE       -       The main program
  70.         o DCL.INI       -       The configuration file.
  71.         o *.DCL         -       Various samples and test procedure 
  72.                                 files.
  73.         o HELP\HYPERTXT.EXE     The HELP hypertext engine.
  74.         o HELP\*.HTX    -       The HELP files.
  75.  
  76. *   COMMENTS
  77.  
  78.         Please send your comments, suggestions, bug reports ... to:
  79.  
  80.         FidoNet - Michel Valentin 2:295/46.4663
  81.     Compuserv - C/O Jean-Marc Meessen 100016,661
  82.  
  83.